home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / gateway.idb / usr / WebFace / Source / 10-InfoSystems / syntax / description.frm.z / description.frm
Encoding:
Text File  |  2002-06-12  |  2.9 KB  |  73 lines

  1. #! /usr/bin/perl5
  2. #
  3. # description.frm
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20.  
  21. print <<EndOfFile;
  22. Content-type: text/html
  23.  
  24. <HTML><HEAD></HEAD><BODY>
  25. <H2>Syntax IPX/IP Gateway</H2>
  26. <P>
  27. WebFORCE systems are shipped with <EM>Syntax TotalNET Advanced Server
  28. (TAS)</EM> and <EM>Syntax TotalNET INETgateway</EM> software installed.
  29. These programs connect personal computers running Windows or NetWare
  30. networking applications, Macintosh computers running AppleTalk, and UNIX
  31. computers running TCP/IP so that they can share resources. The WebFORCE
  32. product provides a preinstalled license for one user to access the
  33. <EM>TotalNET Advanced Server </EM>and the <EM>INETgateway</EM>. You can
  34. purchase additional licenses from Syntax directly (see
  35. <I>www.syntax.com</I>).</P>
  36. <P>
  37. TAS and INETgateway each perform specific services:
  38. </P>
  39. <UL>
  40.     <LI>
  41.     <EM>TAS</EM> translates the various networking protocols that each
  42.     type of computer uses: Server Message Block (SMB) and Novell
  43.     Directory Service (NDS) protocols, which are used on networked PCs;
  44.     Network File System (NFS) protocol, which is used on networked UNIX
  45.     (and IRIX) systems; and the AppleTalk protocol, which is used on
  46.     networked Macintosh computers. 
  47.      
  48.     <LI>
  49.     <EM>INETgateway</EM> enables PC clients running NetWare to access
  50.     the Internet without TCP/IP software, which eliminates the need for
  51.     configuring IP addresses on these clients. The <EM>INETgateway</EM>
  52.     program also enables a Silicon Graphics server to receive
  53.     Internetwork Packet Exchange (IPX)/Sequence Packet Exchange (SPX)
  54.     requests from these PCs and send them to the Internet using TCP/IP,
  55.     the standard protocol for UNIX and the Internet. 
  56. </UL>
  57. <P>
  58. To configure both <EM>TAS</EM> and <EM>INETgateway,</EM> use the <A
  59. HREF="index.syntax1.shtml" TARGET="left">Syntax Administration</A> form.
  60. </P>
  61. <P>
  62. When you use this form, a <EM>Syntax</EM> login screen requests a
  63. username and password. You can enter any valid name and password for an
  64. account on the Gateway system. This is not necessarily the login name
  65. and password that you assigned to the Internet Gateway server.</P>
  66. <P>
  67. <B>NOTE:</B> SYNTAX PRODUCTS ARE NOT SUPPORTED BY SILICON GRAPHICS. FOR
  68. ANY SUPPORT QUESTIONS, PLEASE CONTACT SYNTAX DIRECTLY AT:
  69. support\@syntax.com </P>
  70. </BODY>
  71. </HTML>
  72. EndOfFile
  73.